]> git.pld-linux.org Git - packages/WMRack.git/commitdiff
- initial version based on spec maked by Oliver Graf <ograf@fga.de>,
authorkloczek <kloczek@pld-linux.org>
Thu, 4 Feb 1999 19:22:45 +0000 (19:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added -q %setup parameter,
- changed Buildroot to /tmp/%%{name}-%%{version}-root,
- added using %%{name} and %%{version} in Source,
- changed instal prefix to /usr/X11R6
- added LDFLAGS="-s" to ./configure enviroment,
- added Group(pl) and Summary(pl),
- added %attr and %defattr macros in %files (allow build package from
  non-root account).

Marked as MNF (Mayby Not finished).

Changed files:
    WMRack.spec -> 1.1

WMRack.spec [new file with mode: 0644]

diff --git a/WMRack.spec b/WMRack.spec
new file mode 100644 (file)
index 0000000..8a640ce
--- /dev/null
@@ -0,0 +1,59 @@
+Summary:       A WindowMaker Dock CD+Sound Applet
+Summary(pl):   Dock CD+Sound aplet do WindowMakera
+Name:          WMRack
+Version:       1.0b5
+Release:       3
+Copyright:     GPL
+Vendor:                FGA bitart Furch & Graf GbR
+Group:         X11/Applications
+Source:                WMRack-%{version}.tar.bz2
+Icon:          wmrack.gif
+BuildRoot:     /tmp/%{name}-%{version}-root
+
+%description
+This is the second and hopefully last beta release of WMRack. It
+features cdrom and mixer functions. Please repeat any bugs. Compiled
+with extra verbose output.
+
+Read the manpage for a description of the supported functions and
+how to install the applet to your button bar (Wharf, Dock, etc...)
+
+Sorry, styles not updated. Wait for the non-beta. Old styles
+still work but need an extra (middle) button.
+
+%prep
+%setup -q
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
+./configure \
+       --prefix=/usr/X11R6
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make prefix=$RPM_BUILD_ROOT/usr/X11R6 install
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README TODO WARRANTY
+/usr/X11R6/GNUstep/Library/WMRack
+
+%attr(755,root,root) /usr/X11R6/bin/*
+%attr(644,root, man) /usr/X11R6/man/man1/*
+
+%changelog
+* Sun Nov  1 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [1.0b5-3]
+- added -q %setup parameter,
+- changed Buildroot to /tmp/%%{name}-%%{version}-root,
+- added using %%{name} and %%{version} in Source,
+- changed instal prefix to /usr/X11R6
+- added LDFLAGS="-s" to ./configure enviroment,
+- added Group(pl) and Summary(pl),
+- added %attr and %defattr macros in %files (allow build package from
+  non-root account).
+
+* Thu Aug  6 1998 Oliver Graf <ograf@fga.de>
+- started changelog
+- added defines for version and release
This page took 0.072538 seconds and 4 git commands to generate.