]> git.pld-linux.org Git - packages/dvtm.git/commitdiff
- 0.5.1
authorZsolt Udvari <uzsolt@pld-linux.org>
Mon, 9 Feb 2009 18:33:11 +0000 (18:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- remove -iso and -common subpackage, there isn't unicode build

Changed files:
    dvtm.spec -> 1.4

dvtm.spec

index a73c8d20c9853552fe858df497a37134a6fc43f5..15429f641b7efafbfd01724cc270fad2df2e60e4 100644 (file)
--- a/dvtm.spec
+++ b/dvtm.spec
@@ -1,12 +1,12 @@
 Summary:       dvtm brings the concept of tiling window management to the console (UTF version)
 Summary(hu.UTF-8):     dvtm a tiling ablakkezelést valósítja meg konzolon
 Name:          dvtm
-Version:       0.5
+Version:       0.5.1
 Release:       0.1
 License:       MIT/X
 Group:         Applications/Terminal
 Source0:       http://www.brain-dump.org/projects/dvtm/%{name}-%{version}.tar.gz
-# Source0-md5: 076db11f53440c194cf24deceb469321
+# Source0-md5: 15af44198d6a636190480122b8de7155
 URL:           http://www.brain-dump.org/projects/dvtm/
 BuildRequires: ncurses-devel
 BuildRequires: sed >= 4.0
@@ -25,58 +25,22 @@ konzolon. Egy konzolos ablakkezelőként próbálja meg könnyűvé tenni a
 munkát több konzol alapú programmal egyidőben, mint pl. a vim, mutt,
 cmus vagy irssi.
 
-%package common
-Summary:       Common files of dvtm
-Summary(hu.UTF-8):     A dvtm általános fájljai
-Group:         Applications/Terminal
-
-%description common
-Common files of dvtm.
-
-%description common -l hu.UTF-8
-A dvtm általános fájljai.
-
-%package iso
-Summary:       ISO version of dvtm
-Summary(hu.UTF-8):     ISO verzió a dvtm-ből
-Group:         Applications/Terminal
-Requires:      %{name}-common = %{version}-%{release}
-
-%description iso
-ISO version of dvtm.
-
-%description iso -l hu.UTF-8
-ISO verzió a dvtm-ből.
-
 %prep
 %setup -q
 %{__sed} -i "s@^PREFIX.*@PREFIX = %{_prefix}@ ; \
        s@\(^INCS =.*\)@\1 -I/usr/include/ncursesw@" config.mk
 
 %build
-# iso version
 %{__make}
-mv dvtm dvtm-iso
-
-# we want unicode
-%{__make} unicode
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
-install dvtm-iso $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/dvtm
-
-%files common
-%doc README
-%attr(755,root,root) %{_bindir}/dvtm-status
+%attr(755,root,root) %{_bindir}/dvtm*
 %{_mandir}/man1/dvtm*
-
-%files iso
-%attr(755,root,root) %{_bindir}/dvtm-iso
This page took 0.098714 seconds and 4 git commands to generate.