rpms/snownews/FC-4 snownews-1.5.7-manpath.patch, NONE, 1.1 snownews-1.5.7-softlink.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 snownews.spec, 1.5, 1.6 sources, 1.3, 1.4 snownews-1.5.6.1-destdir.patch, 1.1, NONE snownews-1.5.6.1-manpath.patch, 1.1, NONE

Zing Zing Shishak (shishz) fedora-extras-commits at redhat.com
Mon Aug 8 14:31:42 UTC 2005


Author: shishz

Update of /cvs/extras/rpms/snownews/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2564

Modified Files:
	.cvsignore snownews.spec sources 
Added Files:
	snownews-1.5.7-manpath.patch snownews-1.5.7-softlink.patch 
Removed Files:
	snownews-1.5.6.1-destdir.patch snownews-1.5.6.1-manpath.patch 
Log Message:
* Mon Aug  6 2005 Zing <shishz at hotpop.com> - 1.5.7-2
- use dist macro

* Fri Jul 29 2005 Zing <shishz at hotpop.com> - 1.5.7-1
- update to 1.5.7
- drop destdir patch, fixed upstream
- fixup softlink for snow2opml


snownews-1.5.7-manpath.patch:

--- NEW FILE snownews-1.5.7-manpath.patch ---
--- snownews-1.5.7/Makefile.orig	2005-07-29 10:09:33.000000000 -0400
+++ snownews-1.5.7/Makefile	2005-07-29 10:14:02.000000000 -0400
@@ -75,17 +75,17 @@
 	done
 
 install-man: manpages
-	if [ ! -d "$(DESTDIR)$(PREFIX)/man/man1" ]; then \
-		mkdir -p $(DESTDIR)$(PREFIX)/man/man1; \
+	if [ ! -d "$(DESTDIR)$(PREFIX)/share/man/man1" ]; then \
+		mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1; \
 	fi
-	$(INSTALL) -m 0644 $(MAN)/snownews.1 $(DESTDIR)$(PREFIX)/man/man1
-	$(INSTALL) -m 0644 $(MAN)/opml2snow.1 $(DESTDIR)$(PREFIX)/man/man1
+	$(INSTALL) -m 0644 $(MAN)/snownews.1 $(DESTDIR)$(PREFIX)/share/man/man1
+	$(INSTALL) -m 0644 $(MAN)/opml2snow.1 $(DESTDIR)$(PREFIX)/share/man/man1
 	
 	for L in $(LANGS); do \
-		if [ ! -d "$(DESTDIR)$(PREFIX)/man/$$L/man1" ]; then \
-			mkdir -p $(DESTDIR)$(PREFIX)/man/$$L/man1; \
+		if [ ! -d "$(DESTDIR)$(PREFIX)/share/man/$$L/man1" ]; then \
+			mkdir -p $(DESTDIR)$(PREFIX)/share/man/$$L/man1; \
 		fi; \
-		$(INSTALL) -m 0644 $(MAN)/$$L/snownews.1 $(DESTDIR)$(PREFIX)/man/$$L/man1; \
+		$(INSTALL) -m 0644 $(MAN)/$$L/snownews.1 $(DESTDIR)$(PREFIX)/share/man/$$L/man1; \
 	done
 
 ### Cleanup ###

snownews-1.5.7-softlink.patch:

--- NEW FILE snownews-1.5.7-softlink.patch ---
--- snownews-1.5.7/Makefile.orig	2005-07-29 10:09:33.000000000 -0400
+++ snownews-1.5.7/Makefile	2005-07-29 10:27:07.000000000 -0400
@@ -62,7 +62,7 @@
 	$(INSTALL) -s snownews $(DESTDIR)$(PREFIX)/bin
 	$(INSTALL) opml2snow $(DESTDIR)$(PREFIX)/bin
 	if [ ! -f "$(DESTDIR)$(PREFIX)/bin/snow2opml" ]; then \
-		ln -sf $(DESTDIR)$(PREFIX)/bin/opml2snow $(DESTDIR)$(PREFIX)/bin/snow2opml; \
+		ln -sf opml2snow $(DESTDIR)$(PREFIX)/bin/snow2opml; \
 	fi;
 	$(INSTALL) snowsync $(DESTDIR)$(PREFIX)/bin
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/snownews/FC-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	25 Mar 2005 10:17:52 -0000	1.3
+++ .cvsignore	8 Aug 2005 14:31:40 -0000	1.4
@@ -1,2 +1 @@
-snownews-1.5.3.tar.gz
-snownews-1.5.6.1.tar.gz
+snownews-1.5.7.tar.gz


Index: snownews.spec
===================================================================
RCS file: /cvs/extras/rpms/snownews/FC-4/snownews.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- snownews.spec	25 Mar 2005 10:18:18 -0000	1.5
+++ snownews.spec	8 Aug 2005 14:31:40 -0000	1.6
@@ -1,15 +1,15 @@
 Name: 		snownews
-Version: 	1.5.6.1
-Release: 	3.FC4
+Version: 	1.5.7
+Release: 	2%{?dist}
 Summary: 	A text mode RSS/RDF newsreader
 Group: 		Applications/Internet
 License: 	GPL
 Url:		http://home.kcore.de/~kiza/software/snownews
-Source0: 	http://home.kcore.de/~kiza/software/snownews/download/snownews-1.5.6.1.tar.gz
+Source0: 	http://home.kcore.de/~kiza/software/snownews/download/snownews-1.5.7.tar.gz
 Patch0:		snownews-1.5.3-nocheck.patch
-Patch1:		snownews-1.5.6.1-manpath.patch
+Patch1:		snownews-1.5.7-manpath.patch
 Patch2:		snownews-1.5.6.1-nostrip.patch
-Patch3:		snownews-1.5.6.1-destdir.patch
+Patch3:		snownews-1.5.7-softlink.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libxml2-devel
 BuildRequires:	ncurses-devel
@@ -46,12 +46,21 @@
 %defattr(-,root,root)
 %doc README* AUTHOR COPYING CREDITS Changelog
 %{_bindir}/opml2snow
+%{_bindir}/snow2opml
 %{_bindir}/snownews
 %{_bindir}/snowsync
 %{_mandir}/man1/*
 %{_mandir}/*/man1/*
 
 %changelog
+* Mon Aug  6 2005 Zing <shishz at hotpop.com> - 1.5.7-2
+- use dist macro
+
+* Fri Jul 29 2005 Zing <shishz at hotpop.com> - 1.5.7-1
+- update to 1.5.7
+- drop destdir patch, fixed upstream
+- fixup softlink for snow2opml
+
 * Thu Mar 24 2005 Warren Togami <wtogami at redhat.com> - 1.5.6.1-3
 - macroize dirs
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/snownews/FC-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	25 Mar 2005 10:17:52 -0000	1.3
+++ sources	8 Aug 2005 14:31:40 -0000	1.4
@@ -1 +1 @@
-466ca82e8df03d6126d6cc0f20772025  snownews-1.5.6.1.tar.gz
+75ffa004e755a233f49b1cdfcd9e3d85  snownews-1.5.7.tar.gz


--- snownews-1.5.6.1-destdir.patch DELETED ---


--- snownews-1.5.6.1-manpath.patch DELETED ---




More information about the scm-commits mailing list