]> git.pld-linux.org Git - packages/dc_gui.git/commitdiff
- initial revision
authorpascalek <pascalek@pld-linux.org>
Mon, 22 Oct 2001 06:21:42 +0000 (06:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dc_gui.spec -> 1.1

dc_gui.spec [new file with mode: 0644]

diff --git a/dc_gui.spec b/dc_gui.spec
new file mode 100644 (file)
index 0000000..c7807ab
--- /dev/null
@@ -0,0 +1,39 @@
+Summary:       GUI for dctc
+Name:          dc_gui
+Version:       0.31
+Release:       1
+License:       GPL
+Group:         Applications/Communications
+Group(de):     Applikationen/Kommunikation
+Group(pl):     Aplikacje/Komunikacja
+Source0:       %{name}-%{version}.tar.gz
+Requires:      dctc
+URL:           http://ac2i.tzo.com/dcdt
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+
+%description
+dctc GUI
+
+%prep
+%setup -q
+
+%build
+%configure2_13
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
+
+gzip -9nf README COPYING ChangeLog INSTALL ABOUT-NLS
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/dc_gui
This page took 0.124157 seconds and 4 git commands to generate.