rpms/gcstar/devel gcstar.path.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 gcstar.spec, 1.17, 1.18 sources, 1.10, 1.11

tian tian at fedoraproject.org
Sat Nov 28 15:17:21 UTC 2009


Author: tian

Update of /cvs/pkgs/rpms/gcstar/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10865

Modified Files:
	.cvsignore gcstar.spec sources 
Added Files:
	gcstar.path.patch 
Log Message:
New upstream version 1.5.0


gcstar.path.patch:
 gcstar |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE gcstar.path.patch ---
diff -u gcstar/bin/gcstar gcstar.new/bin/gcstar
--- gcstar/bin/gcstar	2009-11-11 22:36:46.000000000 +0100
+++ gcstar.new/bin/gcstar	2009-11-11 22:47:19.000000000 +0100
@@ -44,9 +44,9 @@
 use POSIX qw(locale_h);
 
 $ENV{GCS_BIN_DIR} = $RealBin;
-($ENV{GCS_LIB_DIR} = $ENV{GCS_BIN_DIR}) =~ s/bin\/?$/lib\/gcstar/;
+($ENV{GCS_LIB_DIR} = $ENV{GCS_BIN_DIR}) =~ s/bin\/?$/share\/gcstar\/lib/;
 ($ENV{GCS_SHARE_DIR} = $ENV{GCS_BIN_DIR}) =~ s/bin\/?$/share\/gcstar/;
-use lib File::Spec->canonpath("$RealBin/../lib/gcstar");
+use lib File::Spec->canonpath("$RealBin/../share/gcstar/lib");
 if (exists $ENV{PAR_TEMP})
 {
     unshift @INC, "$RealBin/../lib/gcstar";
Seulement dans gcstar.new/bin: .gcstar.swp
Seulement dans gcstar/bin: .svn


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gcstar/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	11 Oct 2008 18:07:44 -0000	1.11
+++ .cvsignore	28 Nov 2009 15:17:21 -0000	1.12
@@ -1 +1 @@
-gcstar-1.4.3.tar.gz
+gcstar-1.5.0.tar.gz


Index: gcstar.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcstar/devel/gcstar.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- gcstar.spec	24 Jul 2009 23:38:23 -0000	1.17
+++ gcstar.spec	28 Nov 2009 15:17:21 -0000	1.18
@@ -1,12 +1,13 @@
 Name:           gcstar
-Version:        1.4.3
-Release:        3%{?dist}
+Version:        1.5.0
+Release:        1%{?dist}
 Summary:        Personal collections manager
 
 Group:          Applications/Databases
 License:        GPLv2+
 URL:            http://www.gcstar.org/
 Source0:        http://download.gna.org/gcstar/gcstar-%{version}.tar.gz
+Patch0:         gcstar.path.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -25,6 +26,7 @@ may also search and filter your collecti
 
 %prep
 %setup -q -n gcstar
+%patch0 -p1 -b .path
 
 
 %build
@@ -34,10 +36,10 @@ rm -rf %{buildroot}
 %{__mkdir_p} %{buildroot}%{_prefix}
 %{__install} -d %{buildroot}%{_bindir}
 %{__install} bin/gcstar %{buildroot}%{_bindir}
-%{__install} -d %{buildroot}%{_libdir}
-%{__cp} -a lib/gcstar %{buildroot}%{_libdir}
 %{__install} -d %{buildroot}%{_datadir}
 %{__cp} -a share/gcstar %{buildroot}%{_datadir}
+%{__install} -d %{buildroot}%{_datadir}/%{name}/lib
+%{__cp} -a lib/gcstar/* %{buildroot}%{_datadir}/%{name}/lib
 %{__install} -d %{buildroot}%{_mandir}/man1
 %{__install} man/gcstar.1 %{buildroot}%{_mandir}/man1
 gzip %{buildroot}%{_mandir}/man1/gcstar.1
@@ -92,8 +94,8 @@ update-mime-database %{_datadir}/mime &>
 %files
 %defattr(-,root,root)
 %doc CHANGELOG README LICENSE
-%{_libdir}/gcstar
 %{_datadir}/gcstar
+%{_datadir}/gcstar/lib
 %{_mandir}/man1/gcstar.1.gz
 %attr(0755,root,root) %{_bindir}/gcstar
 %attr(0755,root,root) %{_datadir}/gcstar/helpers/xdg-open
@@ -101,6 +103,10 @@ update-mime-database %{_datadir}/mime &>
 %{_datadir}/mime/packages/%{name}.xml
 
 %changelog
+* Sat Nov 28 2009 Tian <tian at c-sait.net> - 1.5.0-1
+  - New upstream version http://svn.gna.org/viewcvs/*checkout*/gcstar/tags/GCstar_1_5_0/CHANGELOG
+* Wed Nov 11 2009 Tian <tian at c-sait.net> - 1.4.3-4
+  - Bug 531875
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gcstar/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	11 Oct 2008 18:07:44 -0000	1.10
+++ sources	28 Nov 2009 15:17:21 -0000	1.11
@@ -1 +1 @@
-a4182efaf0f81fba39d1ab8b9b582417  gcstar-1.4.3.tar.gz
+966652b3f331d72c76509e13fc4dfba5  gcstar-1.5.0.tar.gz




More information about the fedora-extras-commits mailing list