aboutsummaryrefslogtreecommitdiffstats
path: root/specgen.sh
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-01-08 22:37:22 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-01-08 22:37:22 +0000
commit613ff87b7b0e7ec8b97a90fabd6d9ff0831203ab (patch)
treecd0c79c207912cf7059cca1a4092147f54a1073d /specgen.sh
parentbd791c0b1c5864ef052f5921ff7216eb6796c520 (diff)
downloadfetchmail-613ff87b7b0e7ec8b97a90fabd6d9ff0831203ab.tar.gz
fetchmail-613ff87b7b0e7ec8b97a90fabd6d9ff0831203ab.tar.bz2
fetchmail-613ff87b7b0e7ec8b97a90fabd6d9ff0831203ab.zip
We can use Jorge Godoy's patch now, if we want to.
svn path=/trunk/; revision=2704
Diffstat (limited to 'specgen.sh')
-rwxr-xr-xspecgen.sh20
1 files changed, 9 insertions, 11 deletions
diff --git a/specgen.sh b/specgen.sh
index 93c904cb..eb86ea7a 100755
--- a/specgen.sh
+++ b/specgen.sh
@@ -144,18 +144,16 @@ rm -rf \$RPM_BUILD_ROOT
%defattr (644, root, root, 755)
%doc README NEWS NOTES FAQ COPYING FEATURES sample.rcfile contrib
%doc fetchmail-features.html fetchmail-FAQ.html design-notes.html
+%attr(644, root, man) /usr/man/man1/*.1.gz
+%attr(755, root, root) /usr/bin/fetchmail
+# Uncomment the following to support internationalization
+# attr(644,root,root) /usr/share/locale/*/LC_MESSAGES/fetchmail.mo
+# Uncomment the following to make split fetchmail and fetchmailconf packages
+# %files -n fetchmailconf
+%attr(644,root,root) /etc/X11/wmconfig/fetchmailconf
+%attr(755,root,root) /usr/bin/fetchmailconf
/usr/lib/rhs/control-panel/fetchmailconf.xpm
/usr/lib/rhs/control-panel/fetchmailconf.init
/etc/X11/wmconfig/fetchmailconf
-%defattr (644, root, man)
-/usr/man/man1/*.1.gz
-%defattr (755, root, root)
-/usr/bin/fetchmail
-/usr/bin/fetchmailconf
EOF
-
-# Add these for internationalization
-#for file in po/*.mo
-#do
-# echo "/usr/share/locale/*/LC_MESSAGES/fetchmail.mo"
-#done
+ls \ No newline at end of file