]> git.pld-linux.org Git - packages/epistrophy.git/commitdiff
- fixed Group, moved build to %%build section
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 20 Jan 2003 19:36:48 +0000 (19:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epistrophy.spec -> 1.4

epistrophy.spec

index 93ac510723020d269ee7bdfdcd00d27e5773b4c4..89323f2ab5770a613dc07ca4848a1ac9a36e95a1 100644 (file)
@@ -4,7 +4,7 @@ Name:           epistrophy
 Version:       1.0
 Release:       1
 License:       GPL
-Group:         Applications/Console
+Group:         X11/Window Managers/Tools
 Source0:       http://nexus.carleton.ca/~smoynes/%{name}.tar.gz
 BuildRequires: XFree86-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -16,10 +16,10 @@ Epistrophy is a lightweight keygrabber for BlackBox window manager.
 Epistrophy jest lekkim programem do obs³ugi klawiatury dla zarz±dcy
 okien BlackBox.
 
-
 %prep
 %setup -q -n epist
 
+%build
 xmkmf -a
 %{__make}
 
@@ -28,6 +28,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 
 install epist $RPM_BUILD_ROOT%{_bindir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.073217 seconds and 4 git commands to generate.