]> git.pld-linux.org Git - packages/almsd.git/commitdiff
- init PLD spec
authorpbern <pbern@pld-linux.org>
Sat, 17 Jan 2004 17:54:46 +0000 (17:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    almsd.spec -> 1.1

almsd.spec [new file with mode: 0644]

diff --git a/almsd.spec b/almsd.spec
new file mode 100644 (file)
index 0000000..6f70807
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       A.L.E.C lms daemon
+Summary(pl):   A.L.E.C lms daemon
+Name:          almsd
+Version:       20040117
+Release:       0.1
+License:       GPL
+Group:         Networking/Utilities
+Source0:       ftp://pbern.biz/almsd/%{name}-%{version}.tar.bz2
+# Source0-md5: 97132fc33580a4a6da61ece3dc2e8cf9
+BuildRequires: mysql-devel
+Requires:      lms
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+brak
+
+%description -l pl
+Program sluzy do tworzenia plikow konfiguracyjnych roznych uslug 
+na podstawie bazy danych LMS`a oraz restartowania odpowiednich serwisow.
+
+%prep
+%setup -q
+
+%build
+./configure \
+    --prefix=%{_bindir} \
+    --libdir=%{_libdir}
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/*.so
This page took 0.067085 seconds and 4 git commands to generate.