]> git.pld-linux.org Git - packages/Mowitz.git/commitdiff
- initial
authorkolodko <kolodko@pld-linux.org>
Thu, 12 Aug 2004 22:12:23 +0000 (22:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Mowitz.spec -> 1.1

Mowitz.spec [new file with mode: 0644]

diff --git a/Mowitz.spec b/Mowitz.spec
new file mode 100644 (file)
index 0000000..71dd787
--- /dev/null
@@ -0,0 +1,81 @@
+Summary:       This is the Mowitz ("More widgets") library.
+Summary(pl):   Biblioteka Mowitz
+Name:          Mowitz
+Version:       0.3.0
+Release:       1
+License:       GPL
+Group:         Libraries
+Source0:       http://siag.nu/pub/mowitz/%{name}-%{version}.tar.gz
+# Source0-md5: 447ea53a67eb4356438e80494e550a3b
+URL:           http://siag.nu/mowitz/
+BuildRequires: neXtaw-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The project's goal is to create a library of widgets for X
+applications to use. The widgets have been snarfed from various
+sources and are all open source (GPL or MIT licenses).
+
+%description -l pl
+#TODO
+
+%package devel
+Summary:       Header files for Mowitz library
+Summary(pl):   Pliki nag³ówkowe biblioteki Mowitz
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for Mowitz library.
+
+%description devel -l pl
+Pliki nag³ówkowe biblioteki Mowitz.
+
+%package static
+Summary:       Static Mowitz library
+Summary(pl):   Statyczna biblioteka Mowitz
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static Mowitz library.
+
+%description static -l pl
+Statyczna biblioteka Mowitz.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README COPYING
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%{_datadir}/%{name}
+
+%files devel
+%defattr(644,root,root,755)
+%doc doc/*
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/%{name}
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.144822 seconds and 4 git commands to generate.