Mandrake Linux Archives: changelog@mandrivalinux.org

Mandrake Linux: changelog@mandrivalinux.org


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

  • From: Tibor Pittich
  • Subject: [Contrib-Rpm] gcfilms-5.0-1mdk
  • Date: 27 May 2005 00:09:39 -0000

[Contrib-RPM]

-=-=-=-
Name        : gcfilms                      Relocations: (not relocatable)
Version     : 5.0                               Vendor: Mandriva
Release     : 1mdk                          Build Date: Fri May 27 01:41:58 2005
Install Date: (not installed)               Build Host: n5.mandrakesoft.com
Group       : Video                         Source RPM: (none)
Size        : 497638                           License: GPL
Signature   : (none)
Packager    : Tibor Pittich <Tibor.Pittich@mandriva.org>
URL         : https://gna.org/projects/gcfilms/
Summary     : Movie collection manager
Description :
GCfilms is an application that can be used to manage a movie collection.
A user can stock all the movies he has with some associated informations
(where it is located, movie category, already seen or not, a rating,...).
Then one can retrieve some movies matching filtering criteria (specific
values for movies information).

This application has a plugin system to be able to find movies specific
information (running time, actors, director,...) from Internet websites.
The user only enters the movie title and GCfilms automatically fills in
these fields.

Buildarchs: noarch


-=-=-=-
Tibor Pittich <Tibor.Pittich@mandriva.org> 5.0-1mdk

- new release 5.0
- change group and section name
- install procedure from fedora package

-=-=-=-
No rpmlint error, happy (wo)man :-)

-=-=-=-
http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/contrib-SPECS/gcfilms/

gcfilms.spec changed
--- gcfilms-4.8-1mdk.src.rpm/gcfilms.spec	2005-05-27 02:04:13.177453231 +0200
+++ gcfilms-5.0-1mdk.src.rpm/gcfilms.spec	2005-05-27 02:04:13.256442915 +0200
@@ -1,19 +1,22 @@
 %define name    gcfilms 
-%define version 4.8
+%define version 5.0
 %define release 1mdk
 %define iconname %{name}.png
 
-Summary: Movie collection manager 
-Name: %{name}
-Version: %{version}
-Release: %{release}
-License: GPL
-Group: Office
-URL:  https://gna.org/projects/gcfilms/
-Source: %{name}-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-root
-Requires: gtk2
-BuildArchitectures: noarch 
+%define section	Multimedia/Video
+%define title	Gcfilms
+
+Summary:	Movie collection manager 
+Name:		%{name}
+Version:	%{version}
+Release:	%{release}
+License:	GPL
+Group:		Video
+URL: 		https://gna.org/projects/gcfilms/
+Source:		%{name}-%{version}.tar.bz2
+BuildRoot:	%{_tmppath}/%{name}-root
+Requires:	gtk2
+BuildArch:	noarch 
 
 %description
 GCfilms is an application that can be used to manage a movie collection. 
@@ -34,7 +37,16 @@
  
 %build
 
-./install --prefix=$RPM_BUILD_ROOT/usr 
+# this doesn't work..
+#./install --text --prefix=$RPM_BUILD_ROOT/usr 
+
+%{__mkdir_p} %{buildroot}%{_prefix}
+%{__install} -d %{buildroot}%{_bindir}
+%{__install} bin/gcfilms %{buildroot}%{_bindir}
+%{__install} -d %{buildroot}%{_libdir}
+%{__cp} -a lib/gcfilms %{buildroot}%{_libdir}
+%{__install} -d %{buildroot}%{_datadir}
+%{__cp} -a share/gcfilms %{buildroot}%{_datadir}
 
 mkdir -p %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir},%{_menudir}}
 convert share/gcfilms/%{name}.png -geometry 48x48 %{buildroot}%{_liconsdir}/%{iconname}
@@ -44,37 +56,38 @@
 ?package(%{name}):\
 	command="%{name}" \
 	icon="%{iconname}" \
-	title="Gcfilms" \
+	title="%{title}" \
 	longtitle="Movie collection manager" \
 	needs="x11" \
-	section="Office/Accessories"
+	section="%section"
 EOF
  
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %post
-%{update_menus}
+%update_menus
 
 %postun
-%{clean_menus}
- 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%clean_menus
 
- 
 %files
 %defattr(-,root,root) 
-%doc README* CHANGELOG*
-%{_bindir}/*
-%{_datadir}/gcfilms
-%dir %{_libdir}/gcfilms
-%{_libdir}/gcfilms/*
+%doc README CHANGELOG
+%{_bindir}/%{name}
+%{_libdir}/%{name}
+%{_datadir}/%{name}
 %{_menudir}/%{name}
 %{_miconsdir}/%{iconname}
 %{_iconsdir}/%{iconname}
 %{_liconsdir}/%{iconname} 
- 
 
 %changelog 
+* Thu May 26 2005 Tibor Pittich <Tibor.Pittich@mandriva.org> 5.0-1mdk
+- new release 5.0
+- change group and section name
+- install procedure from fedora package
+
 * Sat Apr 09 2005 Charles A Edwards <eslrahc@mandrake.org> 4.8-1mdk
 - 4.8
 
@@ -82,4 +95,4 @@
 - initial Mdk release
 
 
- 
\ No newline at end of file
+ 


-- 
http://www.mandrake-linux.com/en/cookerdevel.php3



Date Index | Thread Index